1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPOSVIEW
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.Label1 = New System.Windows.Forms.Label
26         Me.txtreceiptid = New System.Windows.Forms.TextBox
27         Me.lstitems = New System.Windows.Forms.ListView
28         Me.colID = New System.Windows.Forms.ColumnHeader
29         Me.colQTY = New System.Windows.Forms.ColumnHeader
30         Me.colDesc = New System.Windows.Forms.ColumnHeader
31         Me.colPric = New System.Windows.Forms.ColumnHeader
32         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
33         Me.cmdEdit = New System.Windows.Forms.Button
34         Me.CmdPrint = New System.Windows.Forms.Button
35         Me.cmdclose = New System.Windows.Forms.Button
36         Me.cmdadd = New System.Windows.Forms.Button
37         Me.SuspendLayout()
38         
'
39         
'Label1
40         
'
41         Me.Label1.AutoSize = True
42         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
43         Me.Label1.Location = New System.Drawing.Point(
3, 14)
44         Me.Label1.Name =
"Label1"
45         Me.Label1.Size = New System.Drawing.Size(
73, 13)
46         Me.Label1.TabIndex =
0
47         Me.Label1.Text =
"Receipt No :"
48         
'
49         
'txtreceiptid
50         
'
51         Me.txtreceiptid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
52         Me.txtreceiptid.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
53         Me.txtreceiptid.Location = New System.Drawing.Point(
82, 6)
54         Me.txtreceiptid.Name =
"txtreceiptid"
55         Me.txtreceiptid.ReadOnly = True
56         Me.txtreceiptid.Size = New System.Drawing.Size(
100, 21)
57         Me.txtreceiptid.TabIndex =
1
58         
'
59         
'lstitems
60         
'
61         Me.lstitems.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colID, Me.colQTY, Me.colDesc, Me.colPric, Me.ColumnHeader1})
62         Me.lstitems.FullRowSelect = True
63         Me.lstitems.GridLines = True
64         Me.lstitems.Location = New System.Drawing.Point(
3, 33)
65         Me.lstitems.Name =
"lstitems"
66         Me.lstitems.Size = New System.Drawing.Size(
337, 279)
67         Me.lstitems.TabIndex =
2
68         Me.lstitems.UseCompatibleStateImageBehavior = False
69         Me.lstitems.View = System.Windows.Forms.View.Details
70         
'
71         
'colID
72         
'
73         Me.colID.Text =
"ID"
74         Me.colID.Width =
30
75         
'
76         
'colQTY
77         
'
78         Me.colQTY.Text =
"QTY"
79         Me.colQTY.Width =
40
80         
'
81         
'colDesc
82         
'
83         Me.colDesc.Text =
"Description"
84         Me.colDesc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
85         Me.colDesc.Width =
170
86         
'
87         
'colPric
88         
'
89         Me.colPric.Text =
"Price"
90         Me.colPric.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
91         
'
92         
'ColumnHeader1
93         
'
94         Me.ColumnHeader1.Text =
""
95         Me.ColumnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
96         Me.ColumnHeader1.Width =
25
97         
'
98         
'cmdEdit
99         
'
100         Me.cmdEdit.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
101         Me.cmdEdit.Location = New System.Drawing.Point(
6, 318)
102         Me.cmdEdit.Name =
"cmdEdit"
103         Me.cmdEdit.Size = New System.Drawing.Size(
59, 25)
104         Me.cmdEdit.TabIndex =
3
105         Me.cmdEdit.Text =
"&Edit"
106         Me.cmdEdit.UseVisualStyleBackColor = True
107         
'
108         
'CmdPrint
109         
'
110         Me.CmdPrint.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.CmdPrint.Location = New System.Drawing.Point(
71, 318)
112         Me.CmdPrint.Name =
"CmdPrint"
113         Me.CmdPrint.Size = New System.Drawing.Size(
59, 25)
114         Me.CmdPrint.TabIndex =
4
115         Me.CmdPrint.Text =
"&Print"
116         Me.CmdPrint.UseVisualStyleBackColor = True
117         
'
118         
'cmdclose
119         
'
120         Me.cmdclose.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
121         Me.cmdclose.Location = New System.Drawing.Point(
281, 318)
122         Me.cmdclose.Name =
"cmdclose"
123         Me.cmdclose.Size = New System.Drawing.Size(
59, 25)
124         Me.cmdclose.TabIndex =
5
125         Me.cmdclose.Text =
"&Close"
126         Me.cmdclose.UseVisualStyleBackColor = True
127         
'
128         
'cmdadd
129         
'
130         Me.cmdadd.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.cmdadd.Location = New System.Drawing.Point(
216, 318)
132         Me.cmdadd.Name =
"cmdadd"
133         Me.cmdadd.Size = New System.Drawing.Size(
59, 25)
134         Me.cmdadd.TabIndex =
6
135         Me.cmdadd.Text =
"&Add"
136         Me.cmdadd.UseVisualStyleBackColor = True
137         
'
138         
'FrmPOSVIEW
139         
'
140         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
141         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
142         Me.ClientSize = New System.Drawing.Size(
342, 350)
143         Me.Controls.Add(Me.cmdadd)
144         Me.Controls.Add(Me.cmdclose)
145         Me.Controls.Add(Me.CmdPrint)
146         Me.Controls.Add(Me.cmdEdit)
147         Me.Controls.Add(Me.lstitems)
148         Me.Controls.Add(Me.txtreceiptid)
149         Me.Controls.Add(Me.Label1)
150         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
151         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
152         Me.Name =
"FrmPOSVIEW"
153         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
154         Me.Text =
"Sales Item"
155         Me.ResumeLayout(False)
156         Me.PerformLayout()
157
158     End Sub
159     Friend WithEvents Label1 As System.Windows.Forms.Label
160     Friend WithEvents txtreceiptid As System.Windows.Forms.TextBox
161     Friend WithEvents lstitems As System.Windows.Forms.ListView
162     Friend WithEvents cmdEdit As System.Windows.Forms.Button
163     Friend WithEvents CmdPrint As System.Windows.Forms.Button
164     Friend WithEvents colQTY As System.Windows.Forms.ColumnHeader
165     Friend WithEvents colDesc As System.Windows.Forms.ColumnHeader
166     Friend WithEvents colPric As System.Windows.Forms.ColumnHeader
167     Friend WithEvents cmdclose As System.Windows.Forms.Button
168     Friend WithEvents colID As System.Windows.Forms.ColumnHeader
169     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
170     Friend WithEvents cmdadd As System.Windows.Forms.Button
171 End Class


Gõ tìm kiếm nhanh...